ComponentOne Bitmap for WPF
GetGlyphIndices(Int32[],Int32,Int16[]) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > FontFace Class > GetGlyphIndices Method : GetGlyphIndices(Int32[],Int32,Int16[]) Method
HRESULT IDWriteFontFace::GetGlyphIndices([In, Buffer] const unsigned int* codePoints,[In] unsigned int codePointCount,[Out, Buffer] unsigned short* glyphIndices)
Syntax
'Declaration
 
Public Overloads Sub GetGlyphIndices( _
   ByVal codePoints() As System.Integer, _
   ByVal codePointCount As System.Integer, _
   ByVal glyphIndices() As System.Short _
) 
public void GetGlyphIndices( 
   System.int[] codePoints,
   System.int codePointCount,
   System.short[] glyphIndices
)

Parameters

codePoints
codePointCount
glyphIndices
See Also

Reference

FontFace Class
FontFace Members
Overload List